home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / pc / games / mac / __the_arcade__ / mr._ball_s_game / background_6315.txt < prev    next >
Text File  |  1991-02-12  |  2KB  |  96 lines

  1. -- background: 6315 from stack: in._ball_s_game
  2. -- bmap block id: 6587
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on updateguys
  8.   global guys,coins
  9.   put empty into bg fld "guys"
  10.   repeat with i = 1 to guys
  11.     put "ΓÇó " after bg fld "guys"
  12.   end repeat
  13.   put coins into bg fld "coins"
  14. end updateguys
  15.  
  16.  
  17.  
  18. -- part 1 (button)
  19. -- low flags: 00
  20. -- high flags: 0000
  21. -- rect: left=239 top=12 right=46 bottom=278
  22. -- title width / last selected line: 0
  23. -- icon id / first selected line: 1234 / 1234
  24. -- text alignment: 1
  25. -- font id: 0
  26. -- text size: 12
  27. -- style flags: 0
  28. -- line height: 16
  29. -- part name: Mr. Ball
  30.  
  31.  
  32. -- part 3 (field)
  33. -- low flags: 01
  34. -- high flags: 0001
  35. -- rect: left=0 top=319 right=342 bottom=79
  36. -- title width / last selected line: 0
  37. -- icon id / first selected line: 0 / 0
  38. -- text alignment: 0
  39. -- font id: 152
  40. -- text size: 12
  41. -- style flags: 0
  42. -- line height: 16
  43. -- part name: Status
  44.  
  45.  
  46. -- part 4 (button)
  47. -- low flags: 00
  48. -- high flags: 8001
  49. -- rect: left=468 top=320 right=342 bottom=512
  50. -- title width / last selected line: 0
  51. -- icon id / first selected line: 0 / 0
  52. -- text alignment: 1
  53. -- font id: 0
  54. -- text size: 12
  55. -- style flags: 0
  56. -- line height: 16
  57. -- part name: Start
  58. ----- HyperTalk script -----
  59. on mouseUp
  60.   global guys,coins
  61.   put 0 into coins
  62.   put 3 into guys
  63.   go to first card
  64.   updateguys
  65.   set the loc of bg btn "mr. ball" to 256,20
  66. end mouseUp
  67.  
  68.  
  69.  
  70. -- part 5 (field)
  71. -- low flags: 01
  72. -- high flags: 0001
  73. -- rect: left=94 top=323 right=338 bottom=204
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 0 / 0
  76. -- text alignment: 0
  77. -- font id: 152
  78. -- text size: 12
  79. -- style flags: 0
  80. -- line height: 16
  81. -- part name: Guys
  82.  
  83.  
  84. -- part 6 (field)
  85. -- low flags: 01
  86. -- high flags: 0001
  87. -- rect: left=371 top=323 right=340 bottom=408
  88. -- title width / last selected line: 0
  89. -- icon id / first selected line: 0 / 0
  90. -- text alignment: 0
  91. -- font id: 21
  92. -- text size: 12
  93. -- style flags: 0
  94. -- line height: 16
  95. -- part name: coins
  96.